home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-PPC / NAMEI.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  457b  |  20 lines

  1. /* $Id: namei.h,v 1.4 1998/10/28 08:13:33 jj Exp $
  2.  * linux/include/asm-ppc/namei.h
  3.  * Adapted from linux/include/asm-alpha/namei.h
  4.  *
  5.  * Included from linux/fs/namei.c
  6.  */
  7.  
  8. #ifndef __PPC_NAMEI_H
  9. #define __PPC_NAMEI_H
  10.  
  11. /* This dummy routine maybe changed to something useful
  12.  * for /usr/gnemul/ emulation stuff.
  13.  * Look at asm-sparc/namei.h for details.
  14.  */
  15.  
  16. #define __prefix_lookup_dentry(name, lookup_flags) \
  17.     do {} while (0)
  18.  
  19. #endif /* __PPC_NAMEI_H */
  20.